Skip to main content

DrawNode Class

Description:

  A class for creating DrawNode objects.

__call

Type: Metamethod.

Description:

  Creates a new DrawNode object.

Signature:

metamethod __call: function(self: DrawNodeClass): DrawNode

Returns:

Return TypeDescription
DrawNodeThe new DrawNode object.